xen/arm: traps: Print a message in debug build when a guest dabt is not handled
authorJulien Grall <julien.grall@citrix.com>
Thu, 28 May 2015 09:10:47 +0000 (10:10 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 3 Jun 2015 10:12:02 +0000 (11:12 +0100)
commitf91fab5eeab9d97123e29876b1d61dc80b31c6de
tree806e681a26f376d00704dfa8dbaa1fdb3c4c5d6d
parent2e43e19fb3ca68b1a2a320d339a53c2007909f9b
xen/arm: traps: Print a message in debug build when a guest dabt is not handled

This is useful for debugging low level kernel before the guest as setup
the vector table.

Note that the value of the IPA is only here for reference and may not
always be valid if the error came from a stage 1 table translation walk.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- dropped spurious w/s change ]
xen/arch/arm/traps.c